home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / express7.zip / GO.BAT < prev    next >
DOS Batch File  |  1992-12-29  |  2KB  |  50 lines

  1. @ECHO OFF
  2. CLS
  3. REM         Express(tm)   (c)1992 By Mario Giordani. All Rights Reserved.
  4. REM                         * Do Not Temper With This File *
  5. ECHO.
  6. ECHO.
  7. REM                     ANSI.SYS recommended but not required!
  8. ECHO.
  9. ECHO.
  10. ECHO.     Express(tm) Bulletin Board Registration Installation Process
  11. ECHO.
  12. ECHO.                     Version  1.2 Revised Dec 28, 1992
  13. Echo.
  14. Echo.
  15. echo ┌────────────────────────────────────────────────────────────────────┐
  16. echo │ I will now install Express for you into \Express directory.        │
  17. echo │ Simply follow the prompts and the program will start automatically │
  18. echo │ Press your favorite key to begin or CTRL-C to abort...             │
  19. echo └────────────────────────────────────────────────────────────────────┘
  20. echo 
  21. PAUSE >Nul
  22. CLS
  23. INS.EXE
  24. CLS
  25. ECHO.
  26. ECHO.
  27. ECHO.
  28. ECHO.
  29. ECHO.
  30. ECHO.
  31. Echo.
  32. echo ┌────────────────────────────────────────────────────────────────────┐
  33. echo │ I am ready to decompress all the files into \Express directory.    │
  34. echo │                                                                    │
  35. echo │ Press your favorite key to begin or CTRL-C to abort...             │
  36. ECHO └────────────────────────────────────────────────────────────────────┘
  37. echo 
  38. PAUSE >NUL
  39. REM ** do not temper with this file or the program may not work!
  40. EXPRESS7 -O
  41. CD\EXPRESS
  42.         IF EXIST EXPRESS7*.EXE DEL EXPRESS7*.EXE
  43.         IF EXIST EXPRESS6*.* DEL EXPRESS6*.*
  44.         IF EXIST INS.EXE DEL INS.EXE
  45.         IF EXIST *.LST DEL *.LST
  46.         IF EXIST *.SDI DEL *.SDI
  47.         IF EXIST MUSTREAD*.* DEL MUSTREAD*.*
  48.         IF EXIST GO.BAT DEL GO.BAT
  49. EXPRESS
  50.